home *** CD-ROM | disk | FTP | other *** search
/ Adventures with Oslo: Tools & Gadgets / Adventures with Oslo - Tools and Gadgets.ISO / pc / program / ad / mod03 / mus / curator / 00091_code.ls < prev    next >
Encoding:
Text File  |  1994-09-25  |  108 b   |  8 lines

  1. on keyDown
  2.   if (the key = RETURN) or (the key = ENTER) then
  3.     checkCode()
  4.   else
  5.     pass()
  6.   end if
  7. end
  8.